XmlDocument和XDocument轉String 1:XDocument轉String直接使用ToString();XNode里面重寫了ToString()方法 2:XmlDocument轉String需要寫代碼 ...